Release 10.1A: OpenEdge Development:
Web Services


Invoking operations

After you have created a Web service procedure object, you can invoke the operations made available through that object. OpenEdge identifies Web service operations in the 4GL by the same names and signatures used to define them in the WSDL file for the Web service, which you specify when you bind the Web service using the CONNECT( ) method (see Chapter 9, " Connecting to Web Services from the Progress 4GL.").

The WSDL Analyzer determines if you can invoke the operation using only a 4GL RUN statement or if you can also a user-defined function call:

Any attempt to invoke a Web service operation using a method not specified by the WSDL Analyzer returns an error.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095